home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / QuickDraw3D 1.6 SDK / Mac SampleCode Previous / Viewer Samples - Mac / Tumbler and Podium / TumblerSource / Tumbler_menus.h < prev    next >
Encoding:
Text File  |  1999-05-18  |  388 b   |  20 lines  |  [TEXT/MPS ]

  1. // Tumbler_main.h
  2. //
  3. // the menu related function prototypes for the 
  4. // Tumbler application
  5. //
  6. // Modification History
  7. //
  8. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  9. //                                moved DoDrawGrowIcon to Tumbler_windows
  10.  
  11.  
  12.  
  13. #ifndef _Tumbler_MENUS_H_
  14. #define _Tumbler_MENUS_H_
  15.  
  16. /* Tumbler_menus.c */
  17. void PrepareMenus(void);
  18. void DoMenuCommand(long select);
  19.  
  20. #endif